From: Juanma Barranquero Date: Mon, 8 Jan 2007 23:02:52 +0000 (+0000) Subject: (mac-dnd-types-alist): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31063 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ef9f9fb556c744f6df52bb5c179c5e166907d9ba;p=emacs.git (mac-dnd-types-alist): Fix typo in docstring. --- diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index d9454a0499e..3ba38680989 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -2177,7 +2177,7 @@ either in the current buffer or in the echo area." ("TIFF" . mac-dnd-insert-TIFF)) "Which function to call to handle a drop of that type. The function takes three arguments, WINDOW, ACTION and DATA. -WINDOW is where the drop occured, ACTION is always `private' on +WINDOW is where the drop occurred, ACTION is always `private' on Mac. DATA is the drop data. Unlike the x-dnd counterpart, the return value of the function is not significant.